home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / POLY3D-H.CFG < prev    next >
Text File  |  1991-11-12  |  1KB  |  28 lines

  1. ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
  2. Internal    FALSE
  3.  
  4. More        FALSE        ;If true print more messages (boolean)
  5.  
  6. ;if the polygons are ordered in a pattern and only the first i edges of
  7. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  8. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  9. ;set to 0 all the polygon edges are to be handled.
  10. NumOfEdges    0
  11.  
  12. ;Delete Back facing polygons if TRUE. This speeds the process, but can be
  13. ;applied to well oriented polygons only. The (specified!) POLYGON PLANE
  14. ;normal should point into the object, and the object should be closed.
  15. ;Output from IRIT solid modeller is well oriented.
  16. BackFacing    FALSE
  17.  
  18. ;Controls the fineness of surfaces (and curves) once they are subdivided
  19. ;into piecewise linear elements: polygons (and polylines). Note this is
  20. ;used and log2 of fineness so for example FineNess of 4 means about
  21. ;2^4 = 16 pieces in a polyline approximating a curve and 16 by 16
  22. ;subdivisions a surface.
  23. FineNess    4
  24.  
  25. ;If TRUE four polygons are formed from each bilinear
  26. ;in the solid rendering option. Otherwise two polygons.
  27. FourPerFlat    TRUE
  28.